home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- pickLanguage()
- end
-
- on mouseUp
- global gPageNum, gWhichLang, QTspriteNum, gWhichLangNum, gWhichLangChoice, gCategoryName
- if gCategoryName = "S" then
- if rollOver(the clickOn) then
- set gWhichLangNum to gWhichLangChoice
- whichLangNumToLet()
- sendLangBarIn()
- puppetSprite(QTspriteNum, 0)
- go(gPageNum & gWhichLang)
- end if
- else
- if gCategoryName = "R" then
- if rollOver(the clickOn) then
- set gWhichLangNum to gWhichLangChoice
- whichLangNumToLet()
- setAt(value("Page" & gPageNum & "ReadList"), gWhichLangNum, 0)
- sendLangBarIn()
- go("ReadPoem")
- end if
- end if
- end if
- end
-